Click or drag to resize
TableServerOn_Tags_Leaving Method
Virtual Function for Tags leaving (User must write his own function). the tag object that rise the event.the event rised by the sender. this function return type is void.

Namespace: TangibleFramework
Assembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
protected virtual void On_Tags_Leaving(
	Tag sender,
	EventArgs e
)

Parameters

sender
Type: TangibleFrameworkTag
e
Type: SystemEventArgs
See Also